home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / locdl11a.lzh / INIT_LDL.SCP < prev    next >
Text File  |  1995-11-20  |  860b  |  19 lines

  1. »  860                                    
  2. ; ****************************************************************************
  3. ; *** RATSoft/ST Local Download Script v1.1a.            November 20, 1995 ***
  4. ; *** Initialization Script: init_ldl.scp                                  ***
  5. ; ***                                                                      ***
  6. ; *** Developed and programmed by Daniel Hedberg of New Beat Development.  ***
  7. ; ****************************************************************************
  8. ;
  9. temp$=CONFIG$(29)+"BATCHQUE.DAT"
  10. cmd$="CM:[wque:"+CONFIG$(29)+"BATCHQUE.DAT]"
  11. OUT "&90"
  12. CENTER "&58 RATSoft/ST Local Download Script v1.1a (November 20, 1995) &50"
  13. CENTER "Written by Daniel Hedberg of New Beat Development in RAT-Script"
  14. OUT
  15. CENTER "&57 Writing Batch Que Data. Please Wait! &50";
  16. DOS(3,temp$)
  17. ENV cmd$
  18. EXIT
  19.